net/http.Server.inShutdown (field)

4 uses

	net/http (current package)
		server.go#L2657: 	inShutdown atomicBool // true when server is in shutdown
		server.go#L2705: 	srv.inShutdown.setTrue()
		server.go#L2747: 	srv.inShutdown.setTrue()
		server.go#L3173: 	return s.inShutdown.isSet()